(with-current-buffer): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Fri, 2 Jun 2006 03:29:47 +0000 (03:29 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 2 Jun 2006 03:29:47 +0000 (03:29 +0000)
lisp/subr.el

index 993dae04181b2a36f5e34e4d6efdc634c7c76aee..f19142faa60682753598a290723a21299df742a3 100644 (file)
@@ -2202,7 +2202,7 @@ If you quit, the process is killed with SIGINT, or SIGKILL if you quit again."
 ;;;; Lisp macros to do various things temporarily.
 
 (defmacro with-current-buffer (buffer &rest body)
-  "Execute the forms in BODY with BUFFER as the current buffer.
+  "Execute the forms in BODY with BUFFER temporarily current.
 BUFFER can be a buffer or a buffer name.
 The value returned is the value of the last form in BODY.
 See also `with-temp-buffer'."